![]() | ![]() | ![]() | ![]() |
Various errors can occur when user IDs of the owner and the user of the SAS Visual Analytics Services database do not match. This mismatch can occur in the following scenario:
The result of this mismatch in IDs is that the tables in transportsvcs.db are still owned by user ID X.
In this scenario, the following errors can occur:
Returning the whitelist failed. Returning the logon records failed. Returning the blacklist history failed. Returning the blacklist failed.
If you select the option to view the details in the dialog box, you see the following:
com.sas.onebi.transportservices.LogonService - Error processing logon - user: cetsas1 com.sas.onebi.ws.transportservices.client.ServiceExceptionHolder: Error reading the blacklist table. . . .more statements . . . Caused by: org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM blacklist]; nested exception is org.postgresql.util.PSQLException: ERROR: permission denied for relation blacklist at . . .more statements . . .
In addition, if you attempt to make a connection from a mobile device (such as an Android device), the following error might occur:
Failed to connect to the server. Error: The user ID or password that you entered is incorrect. Enter a valid user ID and password.
To correct this error, use a PostgreSQL REASSIGN command, as follows, to change the ownership from the existing SAS Visual Analytics Services database owner/user to the new SAS Visual Analytics Services database user who is specified during the add-on process.
This command lists the tables and the owner, as shown in the following example:
List of relations Schema | Name | Type | Owner --------+----------------+-------+--------- public | blacklist | table | X public | blacklistaudit | table | X public | logon | table | X public | qcache | table | X public | resourceid | table | X public | whitelist | table | X (6 rows)
In this command:
The new listing should look similar to this following table:
List of relations Schema | Name | Type | Owner --------+----------------+-------+---------- public | blacklist | table | Y public | blacklistaudit | table | Y public | logon | table | Y public | qcache | table | Y public | resourceid | table | Y public | whitelist | table | Y (6 rows)
After performing these steps, you should be able to access Tools ► Mobile Devices in SAS Visual Analytics Administrator and make a connection on a mobile device.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Visual Analytics | Microsoft® Windows® for x64 | 6.3 | 6.4 | 9.4 TS1M1 | 9.4 TS1M1 |
Linux for x64 | 6.3 | 6.4 | 9.4 TS1M1 | 9.4 TS1M1 |